Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4886f977
Commit
4886f977
authored
Mar 18, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
84491d0e
8bc24745
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
scripts/build_assets_image
scripts/build_assets_image
+5
-8
No files found.
scripts/build_assets_image
View file @
4886f977
...
...
@@ -7,14 +7,11 @@ then
fi
# Generate the image name based on the project this is being run in
ASSETS_IMAGE_NAME
=
$(
echo
${
CI_PROJECT_NAME
}
|
awk
'{
split($1, p, "-");
interim = sprintf("%s-assets-%s", p[1], p[2]);
sub(/-$/, "", interim);
print interim
}'
)
ASSETS_IMAGE_NAME
=
"gitlab-assets-ce"
if
[[
"
${
CI_PROJECT_NAME
}
"
==
"gitlab-ee"
]]
then
ASSETS_IMAGE_NAME
=
"gitlab-assets-ee"
fi
ASSETS_IMAGE_PATH
=
${
CI_REGISTRY
}
/
${
CI_PROJECT_PATH
}
/
${
ASSETS_IMAGE_NAME
}
...
...
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