Skip to content
Snippets Groups Projects
Commit 4d25b63f authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

feat: #be add note on flaky butler

parent 13b77042
No related branches found
No related tags found
No related merge requests found
Pipeline #23093 failed
...@@ -83,7 +83,7 @@ stages: ...@@ -83,7 +83,7 @@ stages:
- npm install - npm install
- echo Success! - echo Success!
fe-deploy-job: .fe-deploy-job:
variables: variables:
GLIBC_URL: https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk GLIBC_URL: https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk
BUTLER_URL: https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default BUTLER_URL: https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
...@@ -114,8 +114,9 @@ fe-deploy-job: ...@@ -114,8 +114,9 @@ fe-deploy-job:
- chmod +x /usr/local/bin/butler - chmod +x /usr/local/bin/butler
- rm butler.zip - rm butler.zip
- butler -V - butler -V
# NOTE: sometimes this fails with error `runtime/cgo: pthread_create failed: Operation not permitted` and I'm not sure why. A strict Docker's seccomp policy would explain this, but then why is it flaky?!
script: script:
- cd frontend - cd frontend
- npm install - npm install
- npm run build - npm run build
- butler push dist paolobrasolin/oetzi:html5 - butler push dist paolobrasolin/oetzi:html5
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment