File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ echo -e "\e[35m\e[1mBRANCH = ${BRANCH}\e[0m"
41
41
echo -e " \e[35m\e[1mSKIPLIST = ${SKIPLIST} \e[0m"
42
42
43
43
# Set default value for IMAGE_NAME
44
- [ -z " $IMAGE_NAME " ] && IMAGE_NAME=' tuerobotics/tue-env'
44
+ [ -z " $IMAGE_NAME " ] && IMAGE_NAME=' tuerobotics/tue-env-ros-noetic '
45
45
echo -e " \e[35m\e[1mIMAGE_NAME = ${IMAGE_NAME} \e[0m"
46
46
47
47
# Determine docker tag if the same branch exists there
48
- BRANCH_TAG=$( echo " ${BRANCH} " | tr ' [:upper:]' ' [:lower:]' | sed -e ' s:/:_:g' )
48
+ BRANCH_TAG=" $( echo " ${BRANCH} " | tr ' [:upper:]' ' [:lower:]' | sed -e ' s:/:_:g' ) -amd64 "
49
49
50
50
# Set the default fallback branch to latest
51
- MASTER_TAG=" latest"
51
+ MASTER_TAG=" latest-amd64 "
52
52
53
53
# Remove any previously started containers if they exist (if not exist, still return true to let the script continue)
54
54
docker stop tue-env & > /dev/null || true
Original file line number Diff line number Diff line change 12
12
# unknown option
13
13
if [[ -n " $i " ]]
14
14
then
15
- echo -e " \e[35m\e[1mUnknown input argument '$i '. Check CI yaml file \e[0m"
15
+ echo -e " \e[35m\e[1mUnknown input argument '$i '. Check CI yaml file\e[0m"
16
16
exit 1
17
17
fi ;;
18
18
esac
You can’t perform that action at this time.
0 commit comments