Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale_OLD
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jovuit
funkwhale_OLD
Commits
cac543c9
Verified
Commit
cac543c9
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Fix #332: Ensure 750 permissions on CI artifacts
parent
002f3a95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
changes/changelog.d/332.bugfix
+1
-0
1 addition, 0 deletions
changes/changelog.d/332.bugfix
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
1
View file @
cac543c9
...
...
@@ -184,6 +184,7 @@ build_front:
# this is to ensure we don't have any errors in the output,
# cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169
-
yarn run build | tee /dev/stderr | (! grep -i 'ERROR in')
-
chmod -R 750 front/dist
cache
:
key
:
"
$CI_PROJECT_ID__front_dependencies"
paths
:
...
...
@@ -248,7 +249,9 @@ build_api:
name
:
"
api_${CI_COMMIT_REF_NAME}"
paths
:
-
api
script
:
echo Done!
script
:
-
chmod -R 750 api
-
echo Done!
only
:
-
tags@funkwhale/funkwhale
-
master@funkwhale/funkwhale
...
...
This diff is collapsed.
Click to expand it.
changes/changelog.d/332.bugfix
0 → 100644
+
1
−
0
View file @
cac543c9
Ensure 750 permissions on CI artifacts (#332)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment