This repository was archived by the owner on May 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-49
lines changed Expand file tree Collapse file tree 3 files changed +5
-49
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ USE_GLOBAL_NAMESPACE ?= false
1717ifdef WERCKER
1818 # Insert swear words about mysql group replication and hostname length. Arghh..
1919 NEW_NAMESPACE ?= e2e-$(shell echo ${WERCKER_GIT_COMMIT} | fold -w 8 | head -n1)
20- VERSION : = ${WERCKER_GIT_COMMIT}
20+ VERSION ? = ${WERCKER_GIT_COMMIT}
2121 E2E_FUNC := e2efunc-wercker
2222 E2E_NON_BUFFERED_LOGS ?= false
2323else
2424 NEW_NAMESPACE ?= e2e-${USER}
25- VERSION : = ${USER}-$(shell date +% Y% m% d% H% M% S)
25+ VERSION ? = ${USER}-$(shell date +% Y% m% d% H% M% S)
2626 E2E_FUNC := e2efunc-docker
2727 E2E_NON_BUFFERED_LOGS ?= true
2828endif
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131 cp -R pkg ${WERCKER_OUTPUT_DIR}/
3232 cp -R test ${WERCKER_OUTPUT_DIR}/
3333 cp -R vendor ${WERCKER_OUTPUT_DIR}/
34+ cp -R hack ${WERCKER_OUTPUT_DIR}/
3435 cp -R mysql-operator ${WERCKER_OUTPUT_DIR}/
3536 cp -R .git ${WERCKER_OUTPUT_DIR}/
3637
@@ -106,7 +107,7 @@ e2e-test-upgrade:
106107 fi
107108 E2E_NON_BUFFERED_LOGS=true make e2e-suite-run-upgrade
108109 make e2e-suite-teardown-upgrade
109-
110+
110111release :
111112 box :
112113 id : oraclelinux:7-slim
@@ -120,4 +121,4 @@ release:
120121 token : $GITHUB_TOKEN
121122 tag : $VERSION
122123 title : $VERSION
123- draft : false
124+ draft : false
You can’t perform that action at this time.
0 commit comments