Skip to content

Commit

Permalink
use SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 3, 2024
1 parent dca1333 commit 90f8090
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1,164 deletions.
42 changes: 0 additions & 42 deletions .appveyor.yml

This file was deleted.

136 changes: 0 additions & 136 deletions .github/workflows/cuda.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,32 @@ jobs:
- name: dockerfile-cli
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/dockerfile-python
- name: dockerfile-r
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/dockerfile-r
- name: dockerfile-python
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/dockerfile-python
- name: dockerfile.gpu
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/gpu/dockerfile.gpu
- name: dockerfile-cli-only.gpu
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/gpu/dockerfile-cli-only.gpu
- name: dockerfile-cli-only-distroless.gpu
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/gpu/dockerfile-cli-only-distroless.gpu
all-docker-jobs-successful:
if: always()
Expand Down
155 changes: 0 additions & 155 deletions .github/workflows/python_package.yml

This file was deleted.

Loading

0 comments on commit 90f8090

Please sign in to comment.