Skip to content
Snippets Groups Projects
Commit 1cadfa1c authored by nrbffs's avatar nrbffs
Browse files

print build.date

parent 74ef91f6
No related branches found
No related tags found
No related merge requests found
Pipeline #452 canceled
...@@ -22,6 +22,7 @@ generate_date: ...@@ -22,6 +22,7 @@ generate_date:
update: update:
stage: update stage: update
script: script:
- cat build.date
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" FFS_BUILD_DATE=$(cat build.date) - make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" FFS_BUILD_DATE=$(cat build.date)
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment