Skip to content

Commit 687a23a

Browse files
committed
removed comments because of syntax error
1 parent b722d9d commit 687a23a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,12 @@ jobs:
6565
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.2
6666
poetry config virtualenvs.create false
6767
poetry install --no-dev
68-
# poetry publish --build -u __token__ -p ${{ secrets.PYPI_PROJECT_TOKEN }}
6968
7069
- name: Release Docker CLI only on formal releases
71-
# if: "!github.event.release.prerelease"
7270
run: |-
7371
docker buildx build \
7472
--platform linux/arm64,linux/amd64 \
7573
--tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-cli:dummy-${{env.RELEASE_VER}} \
76-
# --tag us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-cli \
7774
--push \
7875
--file cli.Dockerfile \
7976
.

0 commit comments

Comments
 (0)