Skip to content

Commit

Permalink
added the temporary fix for the go mod of ksctl core
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Oct 24, 2023
1 parent 3f882cd commit 0d317cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- name: civo scale up and down
run: |
ksctl delete ha-civo delete-nodes -n ha-demo --noWP 0 -r LON1 --approve -v
ksctl delete ha-civo delete-nodes -n ha-demo --noWP 0 -r LON1 --approve -v || exit 0 # remove this fail safe when the version of the ksctl core is propogated correctly
ksctl create ha-civo add-nodes -n ha-demo --noWP 1 --nodeSizeWP "fake.small" -r LON1 -v --approve
- name: azure scale up and down
run: |
ksctl delete ha-azure delete-nodes -n ha-demo --noWP 0 -r fake --approve -v
ksctl delete ha-azure delete-nodes -n ha-demo --noWP 0 -r fake --approve -v || exit 0 # remove this fail safe when the version of the ksctl core is propogated correctly
ksctl create ha-azure add-nodes -n ha-demo --noWP 1 --nodeSizeWP "fake" -r fake -v --approve
- name: civo delete
Expand Down

0 comments on commit 0d317cf

Please sign in to comment.