Skip to content

Commit

Permalink
reverting nightly to fix docker image mismatch (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
abiswal2001 authored Jul 8, 2023
1 parent 085e748 commit df0e1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- name: Build package under skyplane-dev name
run: |
export RELEASEDATE=$(date +%Y%m%d%H%M)
export RELEASEDATE=$(date +%Y%m%d)
echo "gateway_version = 'nightly-$RELEASEDATE'" > skyplane/gateway_version.py
sed -i 's/name = "skyplane"/name = "skyplane-nightly"/g' pyproject.toml
sed -i "s/version = \"\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(.*\)\"/version = \"\1.dev$RELEASEDATE\"/" pyproject.toml
Expand Down

0 comments on commit df0e1f5

Please sign in to comment.