We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3947f88 commit 6d665b8Copy full SHA for 6d665b8
.github/workflows/ci-integration-cleanup-force.yaml
@@ -14,15 +14,15 @@ jobs:
14
TF_VAR_sysdig_secure_api_token: ${{secrets.KUBELAB_SECURE_API_TOKEN}}
15
16
steps:
17
-# - name: Checkout
18
-# uses: actions/checkout@v2
19
-#
20
-# - uses: ruby/setup-ruby@v1
21
-# with:
22
-# ruby-version: 2.7
23
-# bundler-cache: true
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: 2.7
+ bundler-cache: true
24
#
25
# - name: Destroy resources
26
# run: bundle exec kitchen destroy
27
#parametrize this
28
- - run: terraform force-unlock 8877bc0f-1699-abe9-6ab8-913113259311
+ - run: bundle exec kitchen destroy force-unlock 8877bc0f-1699-abe9-6ab8-913113259311
0 commit comments