Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CSIRO-INRA
landsepi
Commits
930b350f
Commit
930b350f
authored
May 29, 2020
by
Jean-Francois Rey
☕
Browse files
up CI again
parent
9f168e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
930b350f
...
...
@@ -70,7 +70,7 @@ release-r:
paths
:
-
"
$(ls
-rt
landsepiDev_*
|tail
-1)"
rules
:
-
if
:
$CI_COMMIT_TAG !=
""
-
if
:
$CI_COMMIT_TAG !=
null
dependencies
:
-
r-build_test
...
...
@@ -86,7 +86,7 @@ release-win:
paths
:
-
"
$(ls
-rt
landsepiDev_*.zip
|tail
-1)"
rules
:
-
if
:
$CI_COMMIT_TAG !=
""
-
if
:
$CI_COMMIT_TAG !=
null
dependencies
:
-
r-windows-build_test
...
...
@@ -101,7 +101,7 @@ release-Mac:
paths
:
-
"
$(ls
-rt
landsepiDev_*.tgz
|
tail
-1)"
rules
:
-
if
:
$CI_COMMIT_TAG !=
""
-
if
:
$CI_COMMIT_TAG !=
null
dependencies
:
-
r-Mac-build_test
...
...
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