added cicd
This commit is contained in:
parent
49c9c9c92d
commit
954c01432b
1 changed files with 0 additions and 11 deletions
|
|
@ -57,14 +57,3 @@ test:
|
||||||
echo "❌ Health check failed with status $RESPONSE"
|
echo "❌ Health check failed with status $RESPONSE"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
needs:
|
|
||||||
- test
|
|
||||||
- lint
|
|
||||||
script:
|
|
||||||
- docker build -t fact-check-api .
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- dev
|
|
||||||
Loading…
Add table
Reference in a new issue