Jenkins: frak it, we're doing it live
This commit is contained in:
parent
2bb54fc09d
commit
9974b4bd7b
|
@ -1,6 +1,7 @@
|
|||
def runStages() {
|
||||
try {
|
||||
stage("Clone") {
|
||||
sh "rm -rf *"
|
||||
checkout scm
|
||||
}
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ ifeq ($(NIM_PARAMS),)
|
|||
GIT_SUBMODULE_UPDATE := git submodule update --init --recursive
|
||||
.DEFAULT:
|
||||
+@ echo -e "Git submodules not found. Running '$(GIT_SUBMODULE_UPDATE)'.\n"; \
|
||||
$(GIT_SUBMODULE_UPDATE); \
|
||||
$(GIT_SUBMODULE_UPDATE) && \
|
||||
echo
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue