Skip to content

Commit

Permalink
Fix dockerhub image build (#8468)
Browse files Browse the repository at this point in the history
* Fix Docker Hub builds

* Skip tests

* Remove custom build

(cherry picked from commit 3e59b93)
(cherry picked from commit 9daff20)
  • Loading branch information
Yann-J authored and afabiani committed Dec 16, 2021
1 parent 394eeab commit 546a0fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ scripts/spcgeonode/_volume_*
/output.bin

/worker.state

# Docker Hub hooks
!hooks/*
3 changes: 3 additions & 0 deletions hooks/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

echo "Skipping test..."

0 comments on commit 546a0fa

Please sign in to comment.