sync runtime data with remote repo
This commit is contained in:
parent
3a04454be4
commit
1e9cd8d097
|
@ -230,6 +230,7 @@ backup_runtime_measurement:
|
||||||
script:
|
script:
|
||||||
- cd $LOCAL_HOME/performance # location of new runtime results
|
- cd $LOCAL_HOME/performance # location of new runtime results
|
||||||
- git commit -am"${CI_PIPELINE_ID}_${CI_COMMIT_SHA}"
|
- git commit -am"${CI_PIPELINE_ID}_${CI_COMMIT_SHA}"
|
||||||
|
- git push
|
||||||
only:
|
only:
|
||||||
- development
|
- development
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue