Skip to content

Commit

Permalink
chore: change source repo delivery changes
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Kramorov <[email protected]>
  • Loading branch information
Signed-off-by: Kirill Kramorov committed Nov 27, 2024
1 parent dc73d24 commit 48e893d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/000-common/images/shell-operator/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ fromArtifact: common/src-artifact
shell:
install:
- git clone --branch {{ $shellOperatorVersion }} --depth 1 {{ .SOURCE_REPO }}/flant/shell-operator.git /src/shell-operator
- rm -r /src/shell-operator/.git
- git clone --depth 1 {{ .SOURCE_REPO }}/jqlang/jq --branch "jq-1.7.1" /src/jq
- rm -r /src/jq/.git
- cd /src/jq
- |
cat > .gitmodules <<"EOF"
Expand All @@ -48,8 +48,8 @@ shell:
EOF
- git submodule update --init
- rm -r docs
- rm -r /src/shell-operator/.git
- rm -r /src/shell-operator/modules/oniguruma/.git
- rm -r /src/jq/.git
- rm -r /src/jq/modules/oniguruma/.git
- mkdir -p docs/content/manual
- touch docs/content/manual/manual.yml
---
Expand Down

0 comments on commit 48e893d

Please sign in to comment.