File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ before_script:
26
26
mkdir -p /tmp/uploads /tmp/preview;
27
27
cp src/main/resources/test/test.png /tmp/uploads/1.png;
28
28
npm install -g bootlint;
29
- pip install --user html5validator robotframework-lint ansible==2.3.3 .0 ansible-lint;
29
+ pip install --user html5validator robotframework-lint ansible==2.4.6 .0 ansible-lint;
30
30
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
31
31
gem install danger nokogiri --no-ri --no-rdoc;
32
32
fi;
Original file line number Diff line number Diff line change 34
34
openssl aes-256-cbc -K " $encrypted_bf07cb25089f_key " -iv " $encrypted_bf07cb25089f_iv " -in " $PRIVATE_KEY .enc" -out " $PRIVATE_KEY " -d
35
35
chmod 600 " $PRIVATE_KEY "
36
36
37
- ansible-playbook --inventory-file =" $INVENTORY " " $PLAYBOOK " --syntax-check
37
+ ansible-playbook --inventory=" $INVENTORY " " $PLAYBOOK " --syntax-check
38
38
39
- exec ansible-playbook --inventory-file =" $INVENTORY " " $PLAYBOOK " --private-key=" $PRIVATE_KEY "
39
+ exec ansible-playbook --inventory=" $INVENTORY " " $PLAYBOOK " --private-key=" $PRIVATE_KEY "
You can’t perform that action at this time.
0 commit comments