Skip to content

Commit

Permalink
GitHub isn't using alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorescu committed Jan 5, 2024
1 parent b1909e6 commit dab847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-scripts/pytest_before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env

if [ -z "${CI_REGISTRY}" ]; then
# Running in GitHub
export COMPOSE_PROJECT_NAME=$GITHUB_REPOSITORY
export COMPOSE_PROJECT_NAME=$GITHUB_RUN_ID
else
# Running in Gitlab
apk add make
Expand Down

0 comments on commit dab847e

Please sign in to comment.