Skip to content

Commit

Permalink
Merge branch 'release/4.5.2-0alvistack1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Feb 28, 2018
2 parents c39c852 + 798a1d5 commit 05b115a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN set -ex \
RUN set -ex \
&& ARCHIVE="`mktemp --suffix=.zip`" \
&& curl -skL $FISHEYE_DOWNLOAD_URL > $ARCHIVE \
&& mkdir -p $FISHEYE_CATALINA \
&& TMP_DIR="`mktemp -d`" && unzip -qq $ARCHIVE -x -d $TMP_DIR && rsync -av $TMP_DIR/*/ $FISHEYE_CATALINA && rm -rf $TMP_DIR \
&& chown -Rf $FISHEYE_OWNER:$FISHEYE_GROUP $FISHEYE_CATALINA \
&& rm -rf $ARCHIVE
Expand Down
13 changes: 0 additions & 13 deletions files/opt/atlassian/fisheye/config.xml

This file was deleted.

0 comments on commit 05b115a

Please sign in to comment.