1
0

3 Commits

Author SHA1 Message Date
James Ketrenos
2861b457ac Switch from 'git clean -fd' to 'git clean -fdx' to remove untracked files
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2020-01-29 10:52:40 -08:00
James Ketrenos
363f40de52 Refactored scripts/* and .gitlab-ci.yml
Fix #6: Define TAG in .gitlab-ci.yml and update scripts to defer to it.

renamed:    scripts/push-test-image.sh -> scripts/push-image.sh
renamed:    scripts/test-tag.sh -> scripts/test-image.sh

Refactored some of the scripts/* so they are generic and not tied to CI usages.

Added error checking and output to push-rolling-image.sh and remove-tag.sh

Added scripts/trigger.sh to auto-trigger builds.

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2019-12-17 21:04:52 -08:00
James P. Ketrenos
b9aa7036b5 Added .gitignore with 'media'
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2019-09-17 16:03:32 -07:00