ReFuel.StbImage/build_ci_cd.sh
H. Utku Maden 029375399f
Some checks failed
Build / build (push) Failing after 44s
Yet another attempt to fix CI builds.
2024-03-21 18:38:27 +03:00

11 lines
171 B
Bash

#!/bin/bash
cd $(dirname "$0")
if [ -z "$QUIK_API_KEY" ]
then
echo "Please define QUIK_API_KEY"
exit 1
fi
docker-compose run build && docker-compose run publish