summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-02 23:57:14 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-02 23:57:24 +0100
commitdbb068ff94a881e430c99156af3b7473c677eee7 (patch)
tree057a35eb395d8867811b54021c0b850bfb67f20f /scripts/prep-librewolf-dpkg.conf
parentuse our runner again to keep the free minutes for win builds (diff)
downloadlibrewolf-debian-dbb068ff94a881e430c99156af3b7473c677eee7.tar.gz
librewolf-debian-dbb068ff94a881e430c99156af3b7473c677eee7.tar.bz2
librewolf-debian-dbb068ff94a881e430c99156af3b7473c677eee7.zip
one level less deep path
Diffstat (limited to 'scripts/prep-librewolf-dpkg.conf')
-rw-r--r--scripts/prep-librewolf-dpkg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf
index 0925db8..d813c15 100644
--- a/scripts/prep-librewolf-dpkg.conf
+++ b/scripts/prep-librewolf-dpkg.conf
@@ -4,5 +4,5 @@
debian_firefox_version=${debian_firefox_version:-'85.0-1'} # current version of Firefox package in Debian sid
firefox_version=${pkgver:-'85.0'} # current version of Firefox
settings_commit=${settings_commit:-'master'}
-CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../../)}
+CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15