Skip to content
Snippets Groups Projects
Commit 19b906c3 authored by Edric Milaret's avatar Edric Milaret
Browse files

add sudo to packaging to retrieve artifact

Change-Id: I8ed65bd2ddba6561148d4f33ab925b94aac194f5
Tuleap: #874
parent 24343cd6
Branches packaging
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
"make install",
"cd release",
"makensis -DARCH=x86 ring.nsi",
"mv ring-windows-nightly.exe /output"
"sudo mv ring-windows-nightly.exe /output"
],
"win64" : [
"git clone https://gerrit-ring.savoirfairelinux.com/ring-daemon ring-daemon",
......@@ -89,7 +89,7 @@
"make install",
"cd release",
"makensis -DARCH=x64 ring.nsi",
"mv ring-windows-nightly.exe /output/ring-windows-nightly_x86_64.exe"
"sudo mv ring-windows-nightly.exe /output/ring-windows-nightly_x86_64.exe"
]
},
"UpdateInstructions" : {
......
......@@ -27,7 +27,8 @@ RUN dnf -y install git \
make \
xz \
bzip2 \
which
which \
sudo
# LRC Req
RUN dnf -y install mingw32-qt5-qtbase \
......
......@@ -27,7 +27,8 @@ RUN dnf -y install git \
make \
xz \
bzip2 \
which
which \
sudo
# LRC Req
RUN dnf -y install mingw32-qt5-qtbase \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment