Skip to content

Commit 049e564

Browse files
committed
ci: add missing jenkins lib
1 parent 101ffe8 commit 049e564

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env groovy
2+
3+
14
pipeline {
25
agent {
36
docker {
@@ -56,7 +59,7 @@ pipeline {
5659
steps {
5760
sshagent(credentials: ['status-im-auto-ssh']) {
5861
script {
59-
nix.develop('npm run deploy', pure: true)
62+
nix.develop('npm run deploy', pure: false)
6063
}
6164
}
6265
}

0 commit comments

Comments
 (0)