Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Haskell Language Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Javier Neira
Haskell Language Server
Commits
259091e2
Unverified
Commit
259091e2
authored
3 years ago
by
Javier Neira
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Avoid error if var is unset
parent
ddd45298
No related branches found
No related tags found
No related merge requests found
Pipeline
#41361
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci.sh
+1
-1
1 addition, 1 deletion
.gitlab/ci.sh
with
1 addition
and
1 deletion
.gitlab/ci.sh
+
1
−
1
View file @
259091e2
...
@@ -30,7 +30,7 @@ export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=yes
...
@@ -30,7 +30,7 @@ export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=yes
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://get-ghcup.haskell.org | sh
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://get-ghcup.haskell.org | sh
if
[[
-n
"
$LOCAL_CABAL_PROJECT
"
]]
;
then
if
[[
-n
"
$
{
LOCAL_CABAL_PROJECT
-
}
"
]]
;
then
run
cp
"
$LOCAL_CABAL_PROJECT
"
cabal.project.local
run
cp
"
$LOCAL_CABAL_PROJECT
"
cabal.project.local
fi
fi
...
...
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