Skip to content

Commit 53f7e9c

Browse files
committed
remove perms
1 parent 3b5c877 commit 53f7e9c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

dev/compose/standalone.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -142,25 +142,10 @@ services:
142142
bash -c "
143143
set -e;
144144
rm -rf /var/lib/pulp/.migrated;
145-
146-
echo '-----------------------------------------------------------------';
147-
echo 'devinstal';
148-
149145
/src/galaxy_ng/dev/compose/bin/devinstall;
150146
151-
echo '-----------------------------------------------------------------';
152-
echo 'database default';
153-
154147
pulpcore-manager check --database default;
155-
156-
echo '-----------------------------------------------------------------';
157-
echo 'migrate';
158-
159148
pulpcore-manager migrate;
160-
161-
echo '-----------------------------------------------------------------';
162-
echo 'setup test data';
163-
164149
pulpcore-manager shell < /src/galaxy_ng/dev/common/setup_test_data.py;
165150
pulpcore-manager createsuperuser --noinput || true;
166151
@@ -191,8 +176,6 @@ services:
191176
bash -c "
192177
/src/galaxy_ng/dev/compose/bin/devinstall;
193178
/src/galaxy_ng/dev/compose/bin/wait /var/lib/pulp/.migrated;
194-
195-
# chmod 777 -R /src/galaxy_ng/dev/compose/bin/*
196179
197180
/src/galaxy_ng/dev/compose/bin/reloader /src/galaxy_ng/dev/compose/bin/pulpcore-api
198181
"
@@ -221,8 +204,6 @@ services:
221204
bash -c "
222205
/src/galaxy_ng/dev/compose/bin/devinstall;
223206
/src/galaxy_ng/dev/compose/bin/wait /var/lib/pulp/.migrated;
224-
225-
# chmod 777 -R /src/galaxy_ng/dev/compose/bin/*
226207
227208
/src/galaxy_ng/dev/compose/bin/reloader /src/galaxy_ng/dev/compose/bin/pulpcore-content
228209
"

0 commit comments

Comments
 (0)