Skip to content

Commit

Permalink
Revert "pull always image before building kernel"
Browse files Browse the repository at this point in the history
This reverts commit becde8b.
  • Loading branch information
stlankes committed Dec 7, 2021
1 parent fa33836 commit ed0a5fc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ prepare:docker:

build:demo:
stage: build
image:
name: ${DOCKER_IMAGE}:${DOCKER_TAG}
pull: always
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
script:
- cargo build -p rusty_demo
- cargo build -p rusty_demo --release
Expand All @@ -49,9 +47,7 @@ build:demo:

build:httpd:
stage: build
image:
name: ${DOCKER_IMAGE}:${DOCKER_TAG}
pull: always
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
script:
- cargo build --manifest-path examples/httpd/Cargo.toml --no-default-features --features pci,acpi,smoltcp,vga,dhcpv4 --release
- cd loader
Expand Down

0 comments on commit ed0a5fc

Please sign in to comment.