Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Dec 4, 2024
1 parent 1b20a2d commit 4ec8ad6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions recipes/common-modules.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
stages:
- name: bluebuild
from: docker.io/library/rust:1.77
modules: # same as the top-level modules key, but executed in the custom stage
- type: script
no-cache: true
snippets:
- cargo install --locked --all-features blue-build

modules:
- type: script
scripts:
Expand Down
2 changes: 1 addition & 1 deletion recipes/sway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ base-image: ghcr.io/wayblueorg/sway
image-version: latest

modules:
- from-file: common-modules.yml
- from-file: recipes/common-modules.yml

0 comments on commit 4ec8ad6

Please sign in to comment.