Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreadman authored Feb 6, 2022
1 parent b79aa99 commit f61088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git remote -v
git checkout ${DOWNSTREAM_BRANCH}

echo -n "sync-upstream-repo https://github.com/dabreadman/sync-upstream-repo keeping CI alive. UNIX Time: " >> sync-upstream-repo
"date -d "Oct 21 1973" +%s" >> sync-upstream-repo
date +"%s" >> sync-upstream-repo
git add sync-upstream-repo
git commit sync-upstream-repo -m "Syncing upstream"
git push origin
Expand Down

0 comments on commit f61088b

Please sign in to comment.