mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-04-27 20:24:08 +00:00
GITHUB PAT until fully publishing all vulcanize dependencies to gitea
This commit is contained in:
parent
c7bb6e6b8c
commit
6a3f6ad95f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,6 +9,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
NODE_AUTH_TOKEN = ${ GITHUB_BASTION_PAT }
|
||||
}
|
||||
|
||||
steps {
|
||||
sh 'yarn'
|
||||
sh 'yarn build'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user