demo not working,Is the docker daemon running? #1037
Unanswered
13567436138
asked this question in
Q&A
Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@13567436138 Can you actually update your version of the terrateam template to look like the following and validate if it works? # terrateam-template.yml
.terrateam_template:
stage: terrateam
image:
name: ghcr.io/terrateamio/action:v1
entrypoint: [""]
variables:
TERRAT_VCS_PROVIDER: gitlab
script: |
/entrypoint.sh
rules:
- if: $CI_PIPELINE_SOURCE == "trigger"
- if: $CI_PIPELINE_SOURCE == "api" && $TERRATEAM_TRIGGER == "true"
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions