Skip to content

Commit

Permalink
Fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
savpek committed Feb 16, 2024
1 parent ece50f9 commit 7b71d55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 65 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Build

on:
push:
branches: [ "*" ]
branches: ["*"]
pull_request:
branches: [ "*" ]
branches: ["*"]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile
- uses: actions/checkout@v3
with:
lfs: "true"
- name: Build the Docker image
run: docker build . --file Dockerfile
58 changes: 0 additions & 58 deletions Jenkinsfile

This file was deleted.

0 comments on commit 7b71d55

Please sign in to comment.