summaryrefslogtreecommitdiff
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
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
-rw-r--r--scripts/build-librewolf-dpkg.conf2
-rw-r--r--scripts/prep-librewolf-dpkg.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-librewolf-dpkg.conf b/scripts/build-librewolf-dpkg.conf
index 0925db8..d813c15 100644
--- a/scripts/build-librewolf-dpkg.conf
+++ b/scripts/build-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
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