commands test
Some checks failed
ci/woodpecker/push/build_alpine Pipeline failed

This commit is contained in:
Ruben Momoa
2024-08-22 14:44:07 +02:00
parent 9dcc391e62
commit bc7375486e

View File

@@ -18,7 +18,7 @@ steps:
- PREV_DATE=$(date -d "$PREV_IMG" +%s)
- echo $BASE_DATE
- echo $PREV_DATE
- [ "$BASE_DATE" -gt "$PREV_DATE" ]; then echo "BASE is newer"; fi
- if [ "$BASE_DATE" -gt "$PREV_DATE" ]; then echo "BASE is newer"; fi
volumes:
- /var/run/docker.sock:/var/run/docker.sock