Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Feb 14, 2024
1 parent 3f36755 commit cc691b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ prerelease:
.run-integration: &run-integration
- |
echo "mytoken: "
echo $MYTOKEN | sed s/[a-zA-M]/_/g | sed s/[0-9]/-/g
echo $MYTOKEN | sed s/[a-zA-R]/_/g | sed s/[0-9]/-/g
echo "Getting access token..."
export OIDC=`mytoken AT --MT $MYTOKEN || echo no-token-obtained`
Expand Down

0 comments on commit cc691b5

Please sign in to comment.