Skip to content

Commit

Permalink
fix(ci): update production and qa docker containers (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibodeauJF authored Nov 2, 2021
1 parent 2ceb1fc commit 946a057
Show file tree
Hide file tree
Showing 8 changed files with 2,598 additions and 1,859 deletions.
2 changes: 1 addition & 1 deletion JenkinsfileProductionRelease
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node('linux && docker') {
userRemoteConfigs: [[credentialsId: 'github-app-dev', url: 'https://github.com/coveo/ui-kit']]
])

withDockerContainer(image: 'node:14', args: '-u=root') {
withDockerContainer(image: 'node:16', args: '-u=root -e HOME=/tmp -e NPM_CONFIG_PREFIX=/tmp/.npm') {
stage('Setup') {
sh 'npm run setup'
}
Expand Down
2 changes: 1 addition & 1 deletion JenkinsfileQARelease
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node('linux && docker') {
userRemoteConfigs: [[credentialsId: 'github-app-dev', url: 'https://github.com/coveo/ui-kit']]
])

withDockerContainer(image: 'node:14', args: '-u=root') {
withDockerContainer(image: 'node:16', args: '-u=root -e HOME=/tmp -e NPM_CONFIG_PREFIX=/tmp/.npm') {

stage('Npm publish') {
withCredentials([
Expand Down
277 changes: 151 additions & 126 deletions packages/atomic/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/bueno/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/headless/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,085 changes: 1,108 additions & 977 deletions packages/quantic/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/samples/atomic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,083 changes: 1,334 additions & 749 deletions packages/samples/headless-react/package-lock.json

Large diffs are not rendered by default.

0 comments on commit 946a057

Please sign in to comment.