We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7e772 commit 380747fCopy full SHA for 380747f
1 file changed
.travis.yml
@@ -15,8 +15,8 @@ install:
15
before_script:
16
# Use actual Ansible Galaxy role name for the project directory.
17
- cd ../
18
- - mv ansible-$ROLE_NAME hypery2k.$ROLE_NAME
19
- - cd hypery2k.$ROLE_NAME
+ - mv ansible-role-$ROLE_NAME $ROLE_NAME
+ - cd $ROLE_NAME
20
21
script:
22
# Run tests.
0 commit comments