fixed quotes in pipeline
This commit is contained in:
parent
69a436b0d6
commit
5b20d763f0
@ -123,7 +123,8 @@ steps:
|
||||
chown 1000:1000 /v/staging/dek.enc; \
|
||||
chmod 400 /v/staging/dek.enc; \
|
||||
rm -f /v/staging/dek.fpr; \
|
||||
echo -n 'staging dek.enc bytes: '; wc -c </v/staging/dek.enc; \
|
||||
echo -n staging dek.enc bytes: ; wc -c </v/staging/dek.enc;
|
||||
|
||||
ls -l /v/staging; \
|
||||
\"; \
|
||||
else \
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
user: "0:0"
|
||||
command: sh -lc 'mkdir -p /run/secrets/dev && chown -R 1000:1000 /run/secrets'
|
||||
volumes:
|
||||
- dek-vol:/run/secrets
|
||||
- dek-vol:/run/secrets/dev
|
||||
restart: "no"
|
||||
# ───────────────────────────── server1 ─────────────────────────────
|
||||
server1:
|
||||
|
Loading…
Reference in New Issue
Block a user