diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69f8399..3b307d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,8 @@ build-job: # This job runs in the build stage, which runs first. - pacman -Scc - mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ . - mv out/* blendOS.iso + - echo $CI_COMMIT_SHA > version artifacts: paths: - - blendOS.iso \ No newline at end of file + - blendOS.iso + - version \ No newline at end of file diff --git a/README.md b/README.md index 886d284..2fb4284 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ sudo pacman -S archiso ``` ### 2. Pull the repository ``` -git clone https://github.com/blend-os/blendiso.git +git clone https://git.blendos.co/blendOS/image-builder.git ``` ### 3. Build ``` -cd blendiso +cd image-builder sudo mkarchiso -v -w workdir/ -o out/ . ``` Once the building process is finished you can find the ISO image in the `./out` directory.