Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kirre-bylund committed Nov 1, 2024
1 parent 8a30d43 commit 06c79fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-with-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
- name: Check if commits in last 24h
#if: ${{ github.event_name == 'schedule' }}
run: |
_GIT_COMMIT_DATE=$(git log -1 --format=%cd --date=format:%Y%m%dh%H%M%S)
_GIT_COMMIT_DATE=$(git log -1 --format=%cd --date=format:%Y-%m-%d)
COMMIT_DATE=$(date -d _GIT_COMMIT_DATE +%s)
SERVER_DATE=$(date +'%Y-%m-%d')
echo "$_GIT_COMMIT_DATE"
echo "$COMMIT_DATE"
echo "$SERVER_DATE"
exit 10
- name: Pull unreal image ${{ matrix.UE_IMAGE }}
Expand Down

0 comments on commit 06c79fa

Please sign in to comment.