Remove circleci
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
c476ef7b18
commit
f1871fe41f
1 changed files with 0 additions and 37 deletions
|
@ -1,37 +0,0 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build_deploy:
|
||||
docker:
|
||||
- image: circleci/node:latest
|
||||
environment:
|
||||
- di: "nfpis/storage-upload"
|
||||
- dtag: "latest"
|
||||
working_directory: ~/storage-upload
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
npm install
|
||||
npm list --all
|
||||
- run:
|
||||
name: Run tests
|
||||
command: |
|
||||
npm run test:linux
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
name: Build docker image
|
||||
command: |
|
||||
docker build -t ${di}:build_${CIRCLE_BUILD_NUM} -t ${di}:${CIRCLE_SHA1} -t ${di}:${dtag} .
|
||||
- deploy:
|
||||
name: Push to docker
|
||||
command: |
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
docker push ${di}
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build_deploy:
|
||||
jobs:
|
||||
- build_deploy:
|
||||
context: org-global
|
Loading…
Reference in a new issue