Skip to content

Commit

Permalink
fix: GitOps guide - domain identifier param name in the input form (#…
Browse files Browse the repository at this point in the history
…1304)

Co-authored-by: hadar-co <[email protected]>
  • Loading branch information
thinkingabouther and hadar-co authored Jun 18, 2024
1 parent 35e2780 commit 3e1c7fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ enrichService:
- git config --global user.email "[email protected]"
- git config --global user.name "Git Runner"
- SERVICE_IDENTIFIER=$(echo $PAYLOAD | jq -r '.port_context.entity')
- DOMAIN_IDENTIFIER=$(echo $PAYLOAD | jq -r '.domain')
- DOMAIN_IDENTIFIER=$(echo $PAYLOAD | jq -r '.domain.identifier')
- SERVICE_TYPE=$(echo $PAYLOAD | jq -r '.type')
- SERVICE_LIFECYCLE=$(echo $PAYLOAD | jq -r '.lifecycle')
- git clone https://:${GITLAB_ACCESS_TOKEN}@gitlab.com/${CI_PROJECT_PATH}.git
Expand Down

0 comments on commit 3e1c7fb

Please sign in to comment.