Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-05-10 13:06:24 +0300
committerlarchunix <larchunix@users.noreply.github.com>2018-05-10 16:46:45 +0300
commit1a9da557716364eaf649e587ff10b9cc520fb9ad (patch)
tree9b314ce130757494410a868affb0790184b90ca0 /flatpak/Dockerfile
parenta36ed9a3027a69da64bf1e6b409e82efde565a73 (diff)
travis: build flatpak using branch from PR instead of next
Diffstat (limited to 'flatpak/Dockerfile')
-rw-r--r--flatpak/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/Dockerfile b/flatpak/Dockerfile
index f6904562b..9b1f5ccbc 100644
--- a/flatpak/Dockerfile
+++ b/flatpak/Dockerfile
@@ -6,4 +6,4 @@ USER remmina
WORKDIR /home/remmina
COPY --chown=remmina:remmina . .
RUN flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
-CMD ["/bin/sh", "-xe", "flatpak-build.sh"]
+CMD ["/bin/sh", "-xe", "./flatpak/flatpak-build.sh"]