Jenkins: frak it, we're doing it live
This commit is contained in:
parent
2bb54fc09d
commit
9974b4bd7b
|
@ -1,6 +1,7 @@
|
||||||
def runStages() {
|
def runStages() {
|
||||||
try {
|
try {
|
||||||
stage("Clone") {
|
stage("Clone") {
|
||||||
|
sh "rm -rf *"
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ ifeq ($(NIM_PARAMS),)
|
||||||
GIT_SUBMODULE_UPDATE := git submodule update --init --recursive
|
GIT_SUBMODULE_UPDATE := git submodule update --init --recursive
|
||||||
.DEFAULT:
|
.DEFAULT:
|
||||||
+@ echo -e "Git submodules not found. Running '$(GIT_SUBMODULE_UPDATE)'.\n"; \
|
+@ echo -e "Git submodules not found. Running '$(GIT_SUBMODULE_UPDATE)'.\n"; \
|
||||||
$(GIT_SUBMODULE_UPDATE); \
|
$(GIT_SUBMODULE_UPDATE) && \
|
||||||
echo
|
echo
|
||||||
# Now that the included *.mk files appeared, and are newer than this file, Make will restart itself:
|
# Now that the included *.mk files appeared, and are newer than this file, Make will restart itself:
|
||||||
# https://www.gnu.org/software/make/manual/make.html#Remaking-Makefiles
|
# https://www.gnu.org/software/make/manual/make.html#Remaking-Makefiles
|
||||||
|
|
Loading…
Reference in New Issue