Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNLOCK
sync
Commits
43b2c20b
Commit
43b2c20b
authored
Sep 16, 2021
by
Jasper Koehorst
Browse files
verbose remove
parent
78ddd5ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
template_sync_cwl.yaml
View file @
43b2c20b
...
...
@@ -16,7 +16,7 @@ spec:
mkdir
-p
/unlock/infrastructure/cwl;
\
rm
-rf
/unlock/infrastructure/cwl;
\
mkdir
-p
/unlock/infrastructure/cwl;
\
irsync
-sr
v
i:/unlock/infrastructure/cwl/
/unlock/infrastructure/cwl;
\
irsync
-sr
i:/unlock/infrastructure/cwl/
/unlock/infrastructure/cwl;
\
echo
finished;
\
"
]
volumeMounts
:
...
...
template_sync_infrastructure.yaml
View file @
43b2c20b
...
...
@@ -14,7 +14,8 @@ spec:
echo
starting;
\
echo
Syncing
/unlock/infrastructure;
\
mkdir
-p
/unlock/infrastructure;
\
irsync
-srv
i:/unlock/infrastructure/
/unlock/infrastructure;
\
irsync
-lsr
i:/unlock/infrastructure/
/unlock/infrastructure;
\
irsync
-sr
i:/unlock/infrastructure/
/unlock/infrastructure;
\
echo
finished;
\
"
]
volumeMounts
:
...
...
template_sync_references.yaml
View file @
43b2c20b
...
...
@@ -14,7 +14,7 @@ spec:
echo
starting;
\
echo
Syncing
/unlock/references/databases;
\
mkdir
-p
/unlock/references/databases;
\
irsync
-sr
v
i:/unlock/references/databases/
/unlock/references/databases;
\
irsync
-sr
i:/unlock/references/databases/
/unlock/references/databases;
\
echo
finished;
\
"
]
volumeMounts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment