Skip to content

Commit

Permalink
remove typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Dec 7, 2021
1 parent becde8b commit cdfe531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build:demo:
stage: build
image:
name: ${DOCKER_IMAGE}:${DOCKER_TAG}
pull: always
pull_policy: always
script:
- cargo build -p rusty_demo
- cargo build -p rusty_demo --release
Expand All @@ -51,7 +51,7 @@ build:httpd:
stage: build
image:
name: ${DOCKER_IMAGE}:${DOCKER_TAG}
pull: always
pull_policy: always
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 cdfe531

Please sign in to comment.