Skip to content

Commit

Permalink
ci: fix kube cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi committed Aug 23, 2023
1 parent 213c7d0 commit 8104b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- run: kubectl create namespace devnet
- run: kubectl create configmap stacks-devnet-api-conf --from-file=./Config.toml --namespace devnet
- run: apply -f ./templates/stacks-devnet-api.template.yaml
- run: kubectl apply -f ./templates/stacks-devnet-api.template.yaml

# - name: Install stable toolchain
# uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 8104b97

Please sign in to comment.