Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
0f2ac24c
Commit
0f2ac24c
authored
Nov 12, 2018
by
Ben Gamari
🐢
Browse files
circleci: Disable pushing of test metrics if not validating upstream
parent
89bf7d54
Changes
1
Show whitespace changes
Inline
Side-by-side
.circleci/push-test-metrics.sh
View file @
0f2ac24c
...
@@ -7,6 +7,10 @@ fail() {
...
@@ -7,6 +7,10 @@ fail() {
exit
1
exit
1
}
}
if
[
"
$CIRCLE_REPOSITORY_URL
"
!=
"git@github.com:ghc/ghc.git"
]
;
then
exit
0
fi
GHC_ORIGIN
=
git@git.haskell.org:ghc
GHC_ORIGIN
=
git@git.haskell.org:ghc
# Add git.haskell.org as a known host.
# Add git.haskell.org as a known host.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment