Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo
Build
build-master-arm64
k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo
$ echo CI_COMMIT_TIMESTAMP
CI_COMMIT_TIMESTAMP
$ echo CI_PIPELINE_CREATED_AT
CI_PIPELINE_CREATED_AT
$ TIMESTAMP=$(date -d "${CI_PIPELINE_CREATED_AT%+*}" +"%Y%m%d%H%M")
date: invalid date ''section_end:1755500910:step_scriptsection_start:1755500910:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755500911:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-x86
k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo
$ echo CI_COMMIT_TIMESTAMP
CI_COMMIT_TIMESTAMP
$ echo CI_PIPELINE_CREATED_AT
CI_PIPELINE_CREATED_AT
$ TIMESTAMP=$(date -d "${CI_PIPELINE_CREATED_AT%+*}" +"%Y%m%d%H%M")
date: invalid date ''section_end:1755500904:step_scriptsection_start:1755500904:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755500904:cleanup_file_variablesERROR: Job failed: exit code 1