Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
revert: angular-ui jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Chaz Leong <13462818+cleong14@users.noreply.github.com>
  • Loading branch information
cleong14 committed Jul 12, 2024
1 parent 49fa5c0 commit 69c7c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-ui/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
restartPolicy: Never
containers:
- name: build
image: artifactory.cloud.cms.gov/batcave-docker/node:18-alpine
image: artifactory.cloud.cms.gov/docker/node:18
command: ['tail', '-f', '/dev/null']
"""
}
Expand All @@ -19,7 +19,7 @@ pipeline {
steps {
container('build') {
dir('angular-ui') {
sh 'npm ci && npm run build'
sh 'npm ci'
}
}
}
Expand Down

0 comments on commit 69c7c84

Please sign in to comment.