We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d412459 commit 6e90d0aCopy full SHA for 6e90d0a
.github/workflows/deploy-hf-env.yml
@@ -160,7 +160,7 @@ jobs:
160
run: |
161
chmod +x scripts/deploy_to_hf.sh
162
if [ -n "${{ github.event.inputs.base_image_sha }}" ]; then
163
- ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --base-sha "${{ github.event.inputs.base_image_sha }}" --private --suffix -test
+ ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --base-sha "${{ github.event.inputs.base_image_sha }}"
164
else
165
- ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --private --suffix -test
+ ./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}"
166
fi
0 commit comments