Compare commits

...

2 Commits

Author SHA1 Message Date
2369f13c67 Merge pull request 'feat: custom builds, with extra flags' (#5000) from feat/drone-builds into master
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Reviewed-on: #5000
2025-04-30 13:41:31 +00:00
Darragh Elliott
2eb2409417 feat: custom builds, with extra flags
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2025-04-30 14:12:39 +01:00

View File

@ -46,7 +46,7 @@ steps:
path: /run/user/1001/docker.sock
commands:
- docker ps && echo "tampered with"
- docker compose -p fsfe-website run --remove-orphans --build build --target "$TARGET"
- docker compose -p fsfe-website run --remove-orphans --build build --target "$TARGET" $EXTRA_FLAGS
when:
branch:
- master
@ -74,7 +74,7 @@ steps:
path: /run/user/1001/docker.sock
commands:
- docker ps && echo "tampered with"
- docker compose -p fsfe-website run --remove-orphans --build build --target "$TARGET"
- docker compose -p fsfe-website run --remove-orphans --build build --target "$TARGET" $EXTRA_FLAGS
when:
branch:
- test
@ -88,6 +88,7 @@ trigger:
event:
- push
- pull_request
- custom
node:
cont2: noris
@ -99,6 +100,6 @@ volumes:
path: /run/user/1001/docker.sock
---
kind: signature
hmac: 0115784b2d1b2d16f81a4e93325a83f7a60daef0b31835251e6956e137bb8254
hmac: 0cb85193b8009cfc67af21e5c1adc193124352efb02675e979eb9248bd14dd03
...