pages
Passed Started
by
1Running with gitlab-runner 15.0.0 (febb2a09)2 on Build2 for oneM2M AwCKxNFN4Using Shell executor...6Running on build2.forge.etsi.org...8Fetching changes with git depth set to 20...9Reinitialized existing Git repository in /home/gitlab-runner/builds/AwCKxNFN/0/specifications/tr-0051/.git/10Checking out ac581015 as main...11Removing index.html12Removing publish_on_pages.sh13Removing updateIndex.py14Skipping Git submodules setup16$ curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/publish_on_pages%2Esh/raw?ref=master" >> publish_on_pages.sh17 % Total % Received % Xferd Average Speed Time Time Time Current18 Dload Upload Total Spent Left Speed19100 1467 100 1467 0 0 23285 0 --:--:-- --:--:-- --:--:-- 2328520$ chmod +x publish_on_pages.sh21$ curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/updateIndex%2Epy/raw?ref=master" >> updateIndex.py22 % Total % Received % Xferd Average Speed Time Time Time Current23 Dload Upload Total Spent Left Speed24100 4633 100 4633 0 0 84236 0 --:--:-- --:--:-- --:--:-- 8423625$ curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/index%2Ehtml/raw?ref=master" >> index.html26 % Total % Received % Xferd Average Speed Time Time Time Current27 Dload Upload Total Spent Left Speed28100 7962 100 7962 0 0 141k 0 --:--:-- --:--:-- --:--:-- 138k29$ export SPEC_NAME=$(ls | grep *.md | cut -d'.' -f1)30$ sed -i 's/PROJECT/'${CI_PROJECT_NAME^^}'/g' index.html31$ echo 'Publishing on pages'32Publishing on pages33$ ./publish_on_pages.sh updateIndex.py $CI_PAGES_URL ${CI_PROJECT_NAME} $TAG_NAME index.html $CLEAN_WEB_PAGES $SPEC_NAME;34\n------ Checking for docker image --------353.9-slim-bullseye: Pulling from library/python36Digest: sha256:9874a82704a8920109d161deb1f8560666945787fa9ee046e00caf5505ae04f137Status: Image is up to date for python:3.9-slim-bullseye38docker.io/library/python:3.9-slim-bullseye39Pages URL: https://specifications.onem2m.org/tr-005140PROJECT NAME: tr-005141TAG NAME: upgrade42------ Get the previous GitLab Pages content --------43 % Total % Received % Xferd Average Speed Time Time Time Current44 Dload Upload Total Spent Left Speed45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 046curl: (22) The requested URL returned error: 404 Not Found47Pages do not exist yet49Uploading artifacts...50Runtime platform arch=amd64 os=linux pid=21413 revision=febb2a09 version=15.0.051WARNING: public: no matching files 52ERROR: No files to upload 54Job succeeded