Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 61feff8

Browse files
committed
fix: yml script
1 parent 680ad14 commit 61feff8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,9 @@ commands:
149149
command: |
150150
npx wrangler pages publish www/ --project-name=binary-bot-pages --branch=main
151151
echo "New website - http://cf-pages-binary-bot.binary.com"
152-
153152
jobs:
154-
generate_app_id:
155-
timeout-minutes: 5
153+
generate_app_id:
154+
timeout-minutes: 5
156155
runs-on: ubuntu-latest
157156
steps:
158157
- name: Capture Vercel preview URL
@@ -207,7 +206,6 @@ generate_app_id:
207206
name: generated_url
208207
path: ${{ github.workspace }}/url.txt
209208
retention-days: 1
210-
211209
test:
212210
docker:
213211
- image: cimg/node:12.18

0 commit comments

Comments
 (0)