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
6dc94f24
Verified
Commit
6dc94f24
authored
Nov 01, 2021
by
Louis Abel
📺
Browse files
make shellcheck happy on job 91
parent
4d4f89f8
Pipeline
#86
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 @
6dc94f24
...
...
@@ -70,5 +70,5 @@ if [ "$ret_val" -eq 0 ]; then
fi
# Change Symlink if required
/bin/rm
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/latest-8
ln
-sr
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
latest-8
/bin/rm
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/latest-8
"
ln
-sr
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
"
latest-8
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