Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
got some errors while commiting
`Invalid child element in a block sequence`
https://circleci.com/docs/configuration-reference#checkout Special step used to check out source code to the configured `path` (defaults to the `working_directory`). The reason this is a special step is because it is more of a helper function designed to make checking out code easy for you. If you require doing git over HTTPS you should not use this step as it configures git to checkout over ssh
  • Loading branch information
puneet2019 authored Aug 22, 2023
1 parent 09dd094 commit 68f4fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
executor: builder
steps:
- checkout
- setup_remote_docker
docker_layer_caching: true
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Build Docker artifact
command: docker build --pull -t "cosmwasm/cw-gitpod-base:${CIRCLE_SHA1}" .
Expand All @@ -29,8 +29,8 @@ jobs:
executor: builder
steps:
- checkout
- setup_remote_docker
docker_layer_caching: true
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Push application Docker image to docker hub
command: |
Expand Down

0 comments on commit 68f4fed

Please sign in to comment.