Skip to content

Commit 297b5f6

Browse files
committed
Fix typo
1 parent 86bd075 commit 297b5f6

2 files changed

Lines changed: 2 additions & 104 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 102 deletions
This file was deleted.

Jenkinsfile-bleeding-edge-monthly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pipeline {
8484
retry(3) { checkout scm }
8585
sh """
8686
cd docker/bleeding-edge-compilers
87-
docker build -t stanorg/ci:bleeding-edge-compilers --no-cache --build-arg PUID=\$(id -u) --build-arg PGID=\$(id -g) --build-arg CUSTOM_GCC_TAG=\${custom_gcc_tag} --build-arg CUSTOM_LLVM_TAG=\${custom_llvm_tag} --build-arg BUILD_LLVM=\${build_gcc} --build-arg BUILD_LLVM=\${build_llvm} .
87+
docker build -t stanorg/ci:bleeding-edge-compilers --no-cache --build-arg PUID=\$(id -u) --build-arg PGID=\$(id -g) --build-arg CUSTOM_GCC_TAG=\${custom_gcc_tag} --build-arg CUSTOM_LLVM_TAG=\${custom_llvm_tag} --build-arg BUILD_GCC=\${build_gcc} --build-arg BUILD_LLVM=\${build_llvm} .
8888
docker login --username stanorg --password "${DOCKER_TOKEN}"
8989
docker push stanorg/ci:bleeding-edge-compilers
9090
"""
@@ -214,7 +214,7 @@ pipeline {
214214
}
215215
}
216216
}
217-
217+
218218
stage("Get nightly Stanc3") {
219219
agent {
220220
docker {

0 commit comments

Comments
 (0)