chore: strip profiled & don't push cache
This commit is contained in:
parent
d7ed834fba
commit
adf60f9ae6
@ -146,12 +146,16 @@ yesod:build:
|
|||||||
interruptible: true
|
interruptible: true
|
||||||
resource_group: ram
|
resource_group: ram
|
||||||
|
|
||||||
yesod:build-profile:
|
yesod:build:profile:
|
||||||
|
cache:
|
||||||
|
<<: *global_cache
|
||||||
|
policy: pull
|
||||||
|
|
||||||
services: *build-services
|
services: *build-services
|
||||||
|
|
||||||
stage: yesod:build
|
stage: yesod:build
|
||||||
script:
|
script:
|
||||||
- stack build --profile --copy-bins --local-bin-path $(pwd)/bin --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --no-strip
|
- stack build --profile --copy-bins --local-bin-path $(pwd)/bin --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic
|
||||||
needs:
|
needs:
|
||||||
- frontend:build
|
- frontend:build
|
||||||
before_script: *haskell
|
before_script: *haskell
|
||||||
|
|||||||
Reference in New Issue
Block a user