Fix ci lint errors

amy-random-shapes
Aditya Thakral 2 years ago
parent 102023ec2c
commit 699a0836b4
  1. 8
      .gitlab-ci.yml

@ -39,8 +39,8 @@ staging:
refs:
- main
update_staging_website:
stage: staging
needs: [staging]
deploy_staging:
stage: .post
needs: ["staging"]
script:
- curl -XPOST -H "Authorization: Basic $STAGING_SECRET" "https://csclub.uwaterloo.ca/$BASE_PATH"
- 'curl -XPOST -H "Authorization: Basic $STAGING_SECRET" "https://csclub.uwaterloo.ca/$BASE_PATH"'
Loading…
Cancel
Save