Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspace
Manage
Activity
Members
Labels
Plan
Issues
1
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
Package Registry
Container 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
Gaia-X
Trust Services API
workspace
Merge requests
!3
Add DID resolver service in workspace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add DID resolver service in workspace
3-add-DID-resolver-to-workspace
into
main
Overview
0
Commits
2
Pipelines
0
Changes
4
Merged
Yordan Kinkov
requested to merge
3-add-DID-resolver-to-workspace
into
main
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#3 (closed)
0
0
Merge request reports
Viewing commit
d22dd751
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d22dd751
#3
add MacOS uname to export-env script
· d22dd751
Yordan Kinkov
authored
3 years ago
export-env.sh
+
1
−
1
Options
@@ -14,7 +14,7 @@ for f in ${envFiles[@]}; do
export
$(
grep
-v
'^#'
$f
| xargs
-d
'\n'
)
elif
[
"
$unamestr
"
=
'FreeBSD'
]
;
then
elif
[
"
$unamestr
"
=
'FreeBSD'
]
||
[
"
$unamestr
"
=
'Darwin'
]
;
then
export
$(
grep
-v
'^#'
$f
| xargs
-0
)
Loading