mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 16:31:21 -05:00
update
This commit is contained in:
parent
a0c372eebb
commit
148a5c0319
3 changed files with 21 additions and 2 deletions
|
|
@ -12,7 +12,8 @@ for pwsh in $(find ./scripts -name '*.ps1'); do
|
|||
|
||||
pwsh_command="pwsh -c \"$script\""
|
||||
|
||||
echo '#!/bin/bash' > "$sh_file"
|
||||
echo '#!/usr/bin/env bash' > "$sh_file"
|
||||
echo '#%%MULTILINE_YAML_START' >> "$sh_file"
|
||||
echo "$pwsh_command" >> "$sh_file"
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue