Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslav-tk committed Oct 3, 2023
1 parent b03263a commit 6bffc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
docker push camptocamp/swissgeol_api:latest
mkdir myspace
chmod go-rwx myspace
echo -n NGM_ARGOCD_DEPLOYKEY | base64 -d > myspace/id_key
echo -n $NGM_ARGOCD_DEPLOYKEY | base64 -d > myspace/id_key
chmod go-rwx myspace/id_key
export GIT_SSH_COMMAND="ssh -i `pwd`/myspace/id_key -F none"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 6bffc01

Please sign in to comment.