Don't redundantly run tests on deploy (#313)
because we don't want to modify prod resources in order to run deploy-time tests
This commit is contained in:
Родитель
9580029e20
Коммит
126e9fd3be
|
@ -66,9 +66,6 @@ jobs:
|
|||
- run:
|
||||
name: Build docker image
|
||||
command: docker build . --pull --tag "$IMAGE"
|
||||
- run:
|
||||
name: Test
|
||||
command: docker run --rm --tty --interactive --env CIRCLE_BUILD_NUM --env GCLOUD_SERVICE_KEY "$IMAGE"
|
||||
- run:
|
||||
name: Deploy to Dockerhub
|
||||
command: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче