This commit is contained in:
Marcin Szczepański 2019-11-24 14:22:46 +01:00
parent 5bd1b545ab
commit 9f8ae924b3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
FROM dmitry7887/alpine-node-git
FROM circleci/node:10

4
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
echo 'Deploying...'
}
}
stage('Front-end') {
/*stage('Front-end') {
agent {
dockerfile true
}
@ -53,6 +53,6 @@ pipeline {
./node_modules/@angular/cli/bin/ng build --prod
'''
}
}
}*/
}
}