Skip to content

Commit

Permalink
ubi container - ci just build don't check the freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
morucci committed Jan 7, 2025
1 parent 3184329 commit 6a4755e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker-ubi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ jobs:
name: ubi-container-build-test
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2.4.0"
- uses: "cachix/install-nix-action@v20"
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: "cachix/cachix-action@v12"
with:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
name: change-metrics
- name: Ensure cabal project override
run: nix develop --command just codegen-cabal-override
- name: Ensure cabal override file up to date
run: git diff --exit-code
- name: Build the container image
run: docker build -f DockerfileUBI
name: DockerUBI
Expand Down
20 changes: 5 additions & 15 deletions .github/workflows/mkCI.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -234,21 +234,11 @@ in { GithubActions
, name = Some "ubi-container-build-test"
, runs-on = GithubActions.RunsOn.Type.ubuntu-latest
, steps =
boot "change-metrics"
# [ GithubActions.Step::{
, name = Some "Ensure cabal project override"
, run = Some
"nix develop --command just codegen-cabal-override"
}
, GithubActions.Step::{
, name = Some "Ensure cabal override file up to date"
, run = Some "git diff --exit-code"
}
, GithubActions.Step::{
, name = Some "Build the container image"
, run = Some "docker build -f DockerfileUBI"
}
]
[ GithubActions.Step::{
, name = Some "Build the container image"
, run = Some "docker build -f DockerfileUBI"
}
]
}
}
}
Expand Down

0 comments on commit 6a4755e

Please sign in to comment.