We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ffde3 commit b54cc13Copy full SHA for b54cc13
tests/scripts/before_install.sh
@@ -2,7 +2,7 @@
2
# -*- mode: sh; -*-
3
4
# File: before_install.sh
5
-# Time-stamp: <2018-02-15 14:15:57>
+# Time-stamp: <2018-02-15 14:26:31>
6
# Copyright (C) 2018 Sergei Antipov
7
# Description:
8
@@ -24,4 +24,4 @@ else
24
sudo docker pull ${DISTRIBUTION}:${DIST_VERSION}
25
fi
26
27
-sudo ln -s ${PWD} /etc/ansible/roles/greendayonfire.mongodb
+ln -s ${PWD} tests/greendayonfire.mongodb
0 commit comments