Skip to content

Commit

Permalink
- updates ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 18, 2024
1 parent 10553a9 commit 5ffc38d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,7 @@ RUN set -x \
&& pdm sync --no-editable -v --no-self

RUN <<EOF cat> /RELEASE
{"version": "$VERSION",
"commit": "$SOURCE_COMMIT",
"date": "$BUILD_DATE",
"checksum": "$CHECKSUM",
"source": "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/tree/${SOURCE_COMMIT:-master}/"
}
{"version": "$VERSION", "commit": "$SOURCE_COMMIT", "date": "$BUILD_DATE", "checksum": "$CHECKSUM", "source": "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/tree/${SOURCE_COMMIT:-master}/"}
EOF

FROM build_deps AS python_prod_deps
Expand Down

0 comments on commit 5ffc38d

Please sign in to comment.