Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
875a0901
Commit
875a0901
authored
2 years ago
by
Daniel Nemergut
Browse files
Options
Downloads
Patches
Plain Diff
WS-121 ALMA MS downloads
parent
8722f3de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1217
WS-121 ALMA MS downloads
Pipeline
#8274
passed
2 years ago
Stage: cache-build
Stage: build
Stage: build-pex-base
Stage: unit-test
Stage: test-coverage
Stage: push
Stage: deploy-coverage-page
Stage: generate-pex-yaml
Stage: pex-trigger
Stage: deploy
Stage: .post
Pipeline: workspaces
#8276
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/deliver/delivery/destinations/sharedweb.py
+3
-0
3 additions, 0 deletions
...tables/pexable/deliver/delivery/destinations/sharedweb.py
with
3 additions
and
0 deletions
apps/cli/executables/pexable/deliver/delivery/destinations/sharedweb.py
+
3
−
0
View file @
875a0901
...
...
@@ -46,6 +46,9 @@ class SharedWebDestination(DestinationDecorator):
# we're ready to build the local destination and thread it through our super constructor
super
().
__init__
(
LocalDestination
(
context
,
self
.
destination_dir
))
# Open permissions on the username dir for the group so both vlapipe and almapipe can make delivery dirs
(
pathlib
.
Path
(
capo
.
downloadDirectory
)
/
username
).
chmod
(
0o2770
)
# generate the download URL for later usage
self
.
download_url
=
f
"
{
capo
.
downloadUrl
}
/
{
username
}{
'
/
'
+
prefix
if
prefix
else
''
}
/
{
context
.
token
()
}
"
...
...
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