Skip to content

Commit

Permalink
Why don't curly brackets work
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 25, 2024
1 parent 3682fed commit 4e73737
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ steps:
GITHUB_TOKEN:
from_secret: GITHUB_TOKEN
commands:
- env
- git config --global user.name $GIT_COMMITTER_NAME
- git config --global user.email $GIT_AUTHOR_EMAIL
- git add .
- git commit -m "automated daily generation routine"
- git remote set-url origin "https://${GITHUB_TOKEN}@github.com/subdavis/open-journal-mpls.git"
- echo $GIT_COMMITTER_NAME
- echo $GITHUB_TOKEN
- echo "https://${GIT_COMMITTER_NAME}@github.com/subdavis/open-journal-mpls.git"
- git push -u origin main
- git remote set-url origin "https://$GITHUB_TOKEN@github.com/subdavis/open-journal-mpls.git"
- git push

trigger:
event:
Expand Down

0 comments on commit 4e73737

Please sign in to comment.