Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
5f80e7f8
Commit
5f80e7f8
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Correctly setup installation directory for scripts
parent
deca024d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab/functions.sh
+2
-1
2 additions, 1 deletion
gitlab/functions.sh
with
2 additions
and
1 deletion
gitlab/functions.sh
+
2
−
1
View file @
5f80e7f8
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
# Thu 22 Sep 2016 13:05:54 CEST
# Thu 22 Sep 2016 13:05:54 CEST
# Build utilities
# Build utilities
SCRIPTS_DIR
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
# Determines the operating system we're using
# Determines the operating system we're using
osname
()
{
osname
()
{
...
@@ -285,7 +286,7 @@ else
...
@@ -285,7 +286,7 @@ else
fi
fi
# sets up certificates for curl and openssl
# sets up certificates for curl and openssl
CURL_CA_BUNDLE
=
"
$
(
dirname
${
0
}
)
/cacert.pem"
CURL_CA_BUNDLE
=
"
$
{
SCRIPTS_DIR
}
/cacert.pem"
export_env CURL_CA_BUNDLE
export_env CURL_CA_BUNDLE
SSL_CERT_FILE
=
"
${
CURL_CA_BUNDLE
}
"
SSL_CERT_FILE
=
"
${
CURL_CA_BUNDLE
}
"
export_env SSL_CERT_FILE
export_env SSL_CERT_FILE
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