Alays build if things in app/ are changed

This commit is contained in:
Luke Robles 2022-02-02 16:45:17 -08:00
parent 7bb10b3057
commit 8e4a9f6fc5

View File

@ -29,7 +29,6 @@ build_and_push_container:
- docker push ldooks/dragon-bot:latest - docker push ldooks/dragon-bot:latest
- docker push ldooks/dragon-bot:$CI_PIPELINE_ID - docker push ldooks/dragon-bot:$CI_PIPELINE_ID
rules: rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"' - changes:
changes: - app/*
- app/* - Dockerfile
- Dockerfile