Skip to content

Commit

Permalink
Fix pipeline script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 22, 2021
1 parent cb68a78 commit e635217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -26,8 +26,8 @@ jobs:
deploy_to_namespace beta
log-beta-deployment-to-merkely:
docker:
- image: ubuntu-2004:202008-01
machine:
image: ubuntu-2004:202008-01
steps:
- checkout
- run:
Expand All @@ -50,8 +50,8 @@ jobs:
deploy_to_namespace. prod
log-prod-deployment-to-merkely:
docker:
- image: ubuntu-2004:202008-01
machine:
image: ubuntu-2004:202008-01
steps:
- checkout
- run:
Expand Down

0 comments on commit e635217

Please sign in to comment.