Skip to content

Commit fa5877c

Browse files
committed
refactor: remove exported vars
1 parent dd0aba8 commit fa5877c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

hooks/build

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/usr/bin/env bash
22

33
# Used by Docker Hub to replace the normal autobuild build script
4-
5-
export WINE_BRANCH=stable
6-
export NO_RDP=no
7-
8-
# Assume that current directory is repo root, so build script being called is not this same file
9-
bash +x build
4+
# Docker Hub runs this script from the repo root, so the command below runs the build script in the parent directory
5+
bash -x build

0 commit comments

Comments
 (0)