Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Release Engineering
Public
toolkit
Commits
41111d38
Verified
Commit
41111d38
authored
Nov 10, 2021
by
Louis Abel
📺
Browse files
fix pushd
parent
a0187dbf
Pipeline
#107
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sync/minor-release-sync-to-staging.sh
View file @
41111d38
...
...
@@ -22,7 +22,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
{}
"
${
TARGET
}
"
# Return back to where we started
popd
"
$(
dirname
"
$0
"
)
"
||
{
echo
"
${
COMPOSE
}
: Failed to change back"
;
break
;
}
popd
||
{
echo
"
${
COMPOSE
}
: Failed to change back"
;
break
;
}
done
...
...
Write
Preview
Markdown
is supported
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