Skip to content

Commit

Permalink
build: # > $
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 21, 2024
1 parent a643806 commit fa70851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# We do need to replace '+' with '-' in the version, as docker doesn't allow '+' in tags
# but PEP 440 requires it in versions with a local tag.
echo "VERSION_PYTHON=$(poetry --directory shared/dagster_utils git-version --no-ansi)" >> $GITHUB_ENV
echo "VERSION_DOCKER=#(echo $VERSION_PYTHON | tr + -)"
echo "VERSION_DOCKER=$(echo $VERSION_PYTHON | tr + -)"
# Compare against last release and publish only changed packages
N_RELEASES=$(git tag --sort=committerdate --list 'v*' | wc -l | xargs echo -n)
echo "Found $N_RELEASES releases"
Expand Down

0 comments on commit fa70851

Please sign in to comment.