Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Harbor
Commits
5cb239af
Unverified
Commit
5cb239af
authored
4 years ago
by
danfengliu
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix echo parameter issue (#12775)
Signed-off-by:
danfengliu
<
danfengl@vmware.com
>
parent
e1eac2b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/integration.sh
+1
-9
tests/integration.sh
with
1 addition
and
9 deletions
+1
-9
tests/integration.sh
+
1
-
9
View file @
5cb239af
...
...
@@ -58,17 +58,10 @@ else
harbor_target_bucket
=
$harbor_releases_bucket
/
$DRONE_BRANCH
fi
export
GS_PRIVATE_KEY
=
$GS_PRIVATE_KEY
export
TEST_EXPORT_ENV
=
$TEST_EXPORT_ENV
echo
"1. ===========(
$TEST_GS_KEY
)=========="
echo
"2. ===========(
$test_gs_key
)=========="
echo
"3. ===========(
$TEST_EXPORT_ENV
)=========="
echo
"4. ===========(
$test_export_env
)=========="
# GC credentials
keyfile
=
"/root/harbor-ci-logs.key"
botofile
=
"/root/.boto"
echo
-
e
n
$GS_PRIVATE_KEY
>
$keyfile
echo
-n
$GS_PRIVATE_KEY
>
$keyfile
chmod
400
$keyfile
echo
"[Credentials]"
>>
$botofile
echo
"gs_service_key_file =
$keyfile
"
>>
$botofile
...
...
@@ -229,4 +222,3 @@ if [ -f "$keyfile" ]; then
rm
-f
$keyfile
fi
This diff is collapsed.
Click to expand it.
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