Skip to content

Commit

Permalink
ci: remove package directives from the ci target
Browse files Browse the repository at this point in the history
There are dedicated steps for building the container images in the
Drone CI config, so no need to do the same in the build step. This
could buy our some time.

Signed-off-by: Zespre Chang <zespre.chang@suse.com>
  • Loading branch information
starbops committed Jan 16, 2024
1 parent 9d80b2b commit 04e83a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: build
name: trivy-scanning
on:
push:
branches:
- main
pull_request:

jobs:
build:
name: Build
Expand Down
3 changes: 0 additions & 3 deletions scripts/ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ cd $(dirname $0)
./validate
./build
./test
./package
./package-agent
./package-webhook
1 change: 0 additions & 1 deletion scripts/default
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e
cd $(dirname $0)

./build
./test
./package
./package-agent
./package-webhook

0 comments on commit 04e83a5

Please sign in to comment.