File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,7 @@ jobs:
171
171
pwd
172
172
ls -l
173
173
aws s3 sync ${DOC_DIR}/html/ s3://root/doc/${WEB_DIR_NAME}/
174
- mv ${DOC_DIR}/html /tmp/html
175
- aws s3 sync ${DOC_DIR}/ s3://root/doc/${WEB_DIR_NAME}/
174
+ aws s3 sync ${DOC_DIR}/ s3://root/doc/${WEB_DIR_NAME}/ --exclude "${DOC_DIR}/html/*"
176
175
aws s3 cp ${TAR_NAME}.gz s3://root/download/
177
176
178
177
- name : Install Kerberos utilities
@@ -194,7 +193,6 @@ jobs:
194
193
run : |
195
194
echo ${RWEBEOS_KT} | base64 -d > ${KT_FILE_NAME}
196
195
kinit -p ${{ secrets.KRB5USER }}@${{ secrets.KRB5REALM }} -kt ${KT_FILE_NAME}
197
- mv /tmp/html ${DOC_DIR}/html
198
196
xrdcp -rf ${DOC_DIR}/html/* ${EOS_ENDPOINT}/${EOS_BASE_PATH}/doc/${WEB_DIR_NAME}
199
197
rm -r ${DOC_DIR}/html
200
198
xrdcp -rf ${DOC_DIR}/* ${EOS_ENDPOINT}/${EOS_BASE_PATH}/doc/${WEB_DIR_NAME}
You can’t perform that action at this time.
0 commit comments