Loading docker-celery-3.0.5/ansible/deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ vars: _env: "{{ env | default('p368') }}" _deploy_dir: "{{ deploy_dir | default('/opt/csst-airflow') }}" _build_task_portal: "{{ build_task_portal | default('true') }}" _build_task_portal: "{{ build_task_portal | default('false') }}" _build_api_gateway: "{{ build_api_gateway | default('false') }}" _extra_hosts_list: "{{ (extra_hosts | default('') ).split(',') | map('trim') | reject('equalto','') | list }}" _harbor_api_username: "{{ lookup('env', 'HARBOR_USERNAME') | default('', true) }}" Loading docker-celery-3.0.5/ansible/update.yml +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ vars: _env: "{{ env | default('p368') }}" _deploy_dir: "{{ deploy_dir | default('/opt/csst-airflow') }}" _build_task_portal: "{{ build_task_portal | default('true') }}" _build_task_portal: "{{ build_task_portal | default('false') }}" _build_api_gateway: "{{ build_api_gateway | default('false') }}" _extra_hosts_list: "{{ (extra_hosts | default('') ).split(',') | map('trim') | reject('equalto','') | list }}" _harbor_api_username: "{{ lookup('env', 'HARBOR_USERNAME') | default('', true) }}" Loading docker-celery-3.0.5/frontend_vue/src/App.vue +0 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,6 @@ </el-radio-group> </div> <!-- Build Number --> <div class="flex flex-col items-center mt-3 pt-2 border-t border-[#2C2C2C] gap-1"> <span class="text-[10px] text-[#6B7280] font-mono tracking-wider" title="Build Number">build: {{ buildNumber }}</span> <span v-if="buildTime" class="text-[10px] text-[#6B7280] font-mono tracking-wider" title="Build Time">{{ buildTime }}</span> Loading tools/deploy_csu.sh 0 → 100644 +7 −0 Original line number Diff line number Diff line export ENV=csu export BUILD_NUMBER=100010 export HARBOR_PROJECT=csu-harbor.csst.nao:10443/csst/ make build make push make ansible-update No newline at end of file Loading
docker-celery-3.0.5/ansible/deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ vars: _env: "{{ env | default('p368') }}" _deploy_dir: "{{ deploy_dir | default('/opt/csst-airflow') }}" _build_task_portal: "{{ build_task_portal | default('true') }}" _build_task_portal: "{{ build_task_portal | default('false') }}" _build_api_gateway: "{{ build_api_gateway | default('false') }}" _extra_hosts_list: "{{ (extra_hosts | default('') ).split(',') | map('trim') | reject('equalto','') | list }}" _harbor_api_username: "{{ lookup('env', 'HARBOR_USERNAME') | default('', true) }}" Loading
docker-celery-3.0.5/ansible/update.yml +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ vars: _env: "{{ env | default('p368') }}" _deploy_dir: "{{ deploy_dir | default('/opt/csst-airflow') }}" _build_task_portal: "{{ build_task_portal | default('true') }}" _build_task_portal: "{{ build_task_portal | default('false') }}" _build_api_gateway: "{{ build_api_gateway | default('false') }}" _extra_hosts_list: "{{ (extra_hosts | default('') ).split(',') | map('trim') | reject('equalto','') | list }}" _harbor_api_username: "{{ lookup('env', 'HARBOR_USERNAME') | default('', true) }}" Loading
docker-celery-3.0.5/frontend_vue/src/App.vue +0 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,6 @@ </el-radio-group> </div> <!-- Build Number --> <div class="flex flex-col items-center mt-3 pt-2 border-t border-[#2C2C2C] gap-1"> <span class="text-[10px] text-[#6B7280] font-mono tracking-wider" title="Build Number">build: {{ buildNumber }}</span> <span v-if="buildTime" class="text-[10px] text-[#6B7280] font-mono tracking-wider" title="Build Time">{{ buildTime }}</span> Loading
tools/deploy_csu.sh 0 → 100644 +7 −0 Original line number Diff line number Diff line export ENV=csu export BUILD_NUMBER=100010 export HARBOR_PROJECT=csu-harbor.csst.nao:10443/csst/ make build make push make ansible-update No newline at end of file