Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Oct 4, 2023
1 parent 8d91857 commit dc3cd80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ jobs:
chmod go-rwx myspace
echo -n $NGM_ARGOCD_DEPLOYKEY | base64 -d > myspace/id_key
chmod go-rwx myspace/id_key
cat myspace/id_key | wc -c
ssh-keygen -l -f myspace/id_key
export GIT_SSH_COMMAND="ssh -i `pwd`/myspace/id_key -F none -o StrictHostKeyChecking=off"
$GIT_SSH_COMMAND -v [email protected]
$GIT_SSH_COMMAND [email protected]
git config --global user.email "[email protected]"
git config --global user.name "Swissgeol repo CI bot"
scripts/deploy-to-env.sh dev
Expand Down

0 comments on commit dc3cd80

Please sign in to comment.