Skip to content

Commit 3e59b93

Browse files
authored
Fix dockerhub image build (GeoNode#8468)
* Fix Docker Hub builds * Skip tests * Remove custom build
1 parent c0e8f4a commit 3e59b93

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ scripts/spcgeonode/_volume_*
9797
/output.bin
9898

9999
/worker.state
100+
101+
# Docker Hub hooks
102+
!hooks/*

hooks/test

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
echo "Skipping test..."

0 commit comments

Comments
 (0)