Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jun 2, 2023
1 parent 15ff690 commit 74ea82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
// build is in .gitignore so we can use it as a temp dir
sh """
mkdir ${env.WORKSPACE}/build
cd ${env.WORKSPACE}/build && curl -sfL https://github.com/jburel/build-infra/archive/master.tar.gz | tar -zxf -
cd ${env.WORKSPACE}/build && curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz | tar -zxf -
export PATH=$PATH:${env.WORKSPACE}/build/build-infra-master/
cd ..
# Workaround for "unflattened" file, possibly due to matrix
Expand Down

0 comments on commit 74ea82b

Please sign in to comment.