Skip to content

Commit

Permalink
ALT_DEV replacement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Yakubov authored and Alexey Yakubov committed Jan 10, 2025
1 parent fcdd415 commit 680920c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions images/sds-local-volume-scheduler-extender/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final: false
shell:
install:
# Make BASE_ALT BASE_ALT_DEV
- apt-get install -y make automake pkg-config gcc libtool git curl
#- apt-get install -y automake pkg-config gcc libtool git curl
- /binary_replace.sh -i "{{ $csiBinaries }}" -o /relocate

---
Expand All @@ -59,9 +59,6 @@ from: {{ $.Root.BASE_ALT_P11 }}
final: false

shell:
beforeInstall:
# Make BASE_ALT BASE_ALT_DEV
- apt-get install -y make automake pkg-config gcc libtool git curl
install:
- mkdir -p /relocate/bin /relocate/sbin /relocate/etc /relocate/etc/ssl /relocate/usr/bin /relocate/usr/sbin /relocate/usr/share
- cp -pr /tmp /relocate
Expand Down

0 comments on commit 680920c

Please sign in to comment.