Skip to content

Commit

Permalink
refactor: remove exported vars
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhardy committed Jun 29, 2020
1 parent dd0aba8 commit fa5877c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hooks/build
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/usr/bin/env bash

# Used by Docker Hub to replace the normal autobuild build script

export WINE_BRANCH=stable
export NO_RDP=no

# Assume that current directory is repo root, so build script being called is not this same file
bash +x build
# Docker Hub runs this script from the repo root, so the command below runs the build script in the parent directory
bash -x build

0 comments on commit fa5877c

Please sign in to comment.