Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
teemu61 committed Feb 13, 2025
1 parent 585e9f5 commit c8f6d9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- main
workflow_dispatch: { }

env:
GCP_REPO: europe-north1-docker.pkg.dev/vivid-env-450617-g5/teemu-images
DOCKER_IMAGE: dataeng

jobs:
git-tag-and-push:
runs-on:
Expand All @@ -29,10 +25,8 @@ jobs:
id: versioning
run: |
git fetch --tags
# make git-tag-and-push
pip3 install --user ruamel.yaml
VERSION=$(python3 -c "import dataeng; print(dataeng.__version__)")
echo "version is: $VERSION"
git tag -a $(VERSION) -m v$(VERSION) && git push origin $(VERSION)
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/pull-request.yaml

This file was deleted.

0 comments on commit c8f6d9e

Please sign in to comment.