Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thanassis Tsiodras
ESA_CI_parent
Commits
ebd4172f
Commit
ebd4172f
authored
Jan 29, 2021
by
Thanassis Tsiodras
Browse files
Adding CI support
parent
496cc998
Pipeline
#3142
failed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
ebd4172f
report.log
.gitlab-ci.yml
0 → 100644
View file @
ebd4172f
# image: $CI_REGISTRY_IMAGE/taste:latest
image
:
taste-buster:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
stages
:
-
build
-
post_build
build
:
stage
:
build
script
:
-
./gitlabci-test.sh
artifacts
:
paths
:
-
report.log
when
:
on_failure
expire_in
:
2 weeks
gitlabci-test.sh
0 → 100755
View file @
ebd4172f
#!/bin/bash
git branch
-a
|
tee
report.log
git log
--shortstat
|
tee
report.log
exit
0
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