Jenkins: frak it, we're doing it live

This commit is contained in:
Ștefan Talpalaru 2020-04-19 13:36:11 +02:00
parent 2bb54fc09d
commit 9974b4bd7b
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
def runStages() {
try {
stage("Clone") {
sh "rm -rf *"
checkout scm
}

View File

@ -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