File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ services:
4040 commands :
4141 - BRANCH="$SERVER_VERSION" /usr/local/bin/initnc.sh
4242 - echo 127.0.0.1 server >> /etc/hosts
43+ - rm /etc/apt/sources.list.d/php.list
4344 - apt-get update && apt-get install -y composer
4445 - su www-data -c "OC_PASS=user1 php /var/www/html/occ user:add --password-from-env --display-name='User One' user1"
4546 - su www-data -c "OC_PASS=user2 php /var/www/html/occ user:add --password-from-env --display-name='User Two' user2"
@@ -99,6 +100,7 @@ services:
99100 commands :
100101 - /usr/local/bin/initnc.sh
101102 - echo 127.0.0.1 server >> /etc/hosts
103+ - rm /etc/apt/sources.list.d/php.list
102104 - apt-get update && apt-get install -y composer
103105 - su www-data -c "OC_PASS=user1 php /var/www/html/occ user:add --password-from-env --display-name='User One' user1"
104106 - su www-data -c "OC_PASS=user2 php /var/www/html/occ user:add --password-from-env --display-name='User Two' user2"
@@ -185,6 +187,6 @@ name: GIT_TOKEN
185187data : XIoa9IYq+xQ+N5iln8dlpWv0jV6ROr7HuE24ioUr4uQ8m8SjyH0yognWYLYLqnbTKrFWlFZiEMQTH/sZiWjRFvV1iL0=
186188---
187189kind : signature
188- hmac : d52e0df1af49c1b30e42a877655c6699914130adf3a3b881db46a70b90356c3a
190+ hmac : de23b70b660e9f78e936d89699fd24777a83c8caaad97d086bbc0c8a0373aa91
189191
190192...
You can’t perform that action at this time.
0 commit comments