Fix redundant code

This commit is contained in:
drunkendog 2023-08-28 18:02:04 +01:00
parent b97c67ba4a
commit e015dda3a4
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ jobs:
| jq '.last_updated' | jq '.last_updated'
| xargs -i date --date {} +%s | xargs -i date --date {} +%s
| xargs -i expr $(date +%s) - {} | xargs -i expr $(date +%s) - {}
- name: Check out repository code
uses: actions/checkout@v3
- name: Get Docker
run: curl -sL get.docker.io | bash
- name: Build and upload image
run: sh actions/build-docker-image.sh
Build-Image: Build-Image:
needs: [Check-Last-Time] needs: [Check-Last-Time]
if: Check-Last-Time.outputs.last-time < 1 if: Check-Last-Time.outputs.last-time < 1