Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwcook committed Oct 29, 2024
1 parent 6bc2759 commit 1e0fb3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ spec:
- name: WORKSPACE_NETRC_PATH
value: $(workspaces.netrc.path)
script: |
export INPUT=$(cat /shared/preprocesssed_input)
export INPUT=$(cat /shared/preprocessed_input)
echo $INPUT
if [ "$DEV_PACKAGE_MANAGERS" = "true" ]; then
Expand Down
3 changes: 2 additions & 1 deletion task/prefetch-dependencies/0.1/prefetch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ spec:
- mountPath: /shared
name: shared
script: |
export INPUT=$(cat /shared/preprocesssed_input)
export INPUT=$(cat /shared/preprocessed_input)
echo $INPUT

Check failure on line 211 in task/prefetch-dependencies/0.1/prefetch-dependencies.yaml

View workflow job for this annotation

GitHub Actions / yamllint

211:1 [trailing-spaces] trailing spaces
if [ "$DEV_PACKAGE_MANAGERS" = "true" ]; then
dev_pacman_flag=--dev-package-managers
Expand Down

0 comments on commit 1e0fb3d

Please sign in to comment.