chore(dogfood): revert to pre-artifactory state (#12169)

This commit is contained in:
Muhammad Atif Ali
2024-02-16 13:47:15 +03:00
committed by GitHub
parent 97e4d51953
commit 8ca2add6dc
2 changed files with 1 additions and 28 deletions
+1 -2
View File
@@ -109,8 +109,7 @@ jobs:
- name: "Push template"
if: github.ref == 'refs/heads/main'
run: |
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE" --variable jfrog_url=${{ secrets.JFROG_URL }}
env:
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE"
# Consumed by Coder CLI
CODER_URL: https://dev.coder.com
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}