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
00cb8de1
Commit
00cb8de1
authored
Feb 18, 2019
by
John T Skarbek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Adds the commit sha to the pushed assets"
This reverts commit
481938de
.
parent
481938de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
scripts/build_assets_image
scripts/build_assets_image
+1
-3
No files found.
scripts/build_assets_image
View file @
00cb8de1
...
...
@@ -22,8 +22,6 @@ mkdir -p assets_container.build/public
cp
-r
public/assets assets_container.build/public/
cp
Dockerfile.assets assets_container.build/
docker build
-t
${
ASSETS_IMAGE_PATH
}
:
${
CI_COMMIT_REF_SLUG
}
-f
assets_container.build/Dockerfile.assets assets_container.build/
docker tag
${
ASSETS_IMAGE_PATH
}
:
${
CI_COMMIT_REF_SLUG
}
${
ASSETS_IMAGE_PATH
}
:
${
CI_COMMIT_SHA
}
docker login
-u
gitlab-ci-token
-p
${
CI_JOB_TOKEN
}
${
CI_REGISTRY
}
docker push
${
ASSETS_IMAGE_PATH
}
:
${
CI_COMMIT_REF_SLUG
}
docker push
${
ASSETS_IMAGE_PATH
}
:
${
CI_COMMIT_SHA
}
docker push
${
ASSETS_IMAGE_PATH
}
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