File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,23 @@ jobs:
121
121
sudo nginx -t
122
122
sudo systemctl restart nginx
123
123
124
+ - name : Dump contents of app.yml BEFORE copy
125
+ run : sudo cat plugins/arOidcPlugin/config/app.yml
126
+
124
127
- name : Update OIDC plugin app.yml file
125
128
run : sudo cp -v test/etc/oidc/arOidcPlugin/config/app.yml plugins/arOidcPlugin/config
126
129
130
+ - name : Dump contents of app.yml AFTER copy
131
+ run : sudo cat plugins/arOidcPlugin/config/app.yml
132
+
133
+ - name : Dump contents of setting.yml
134
+ run : |
135
+ sudo cat apps/qubit/config/settings.yml
136
+
137
+ - name : Dump contents of setting.yml 2
138
+ run : |
139
+ sudo cat config/settings.yml
140
+
127
141
- name : Update factories.yml to use oidcUser
128
142
run : |
129
143
sudo sed -i 's/class: myUser/class: oidcUser/' config/factories.yml
You can’t perform that action at this time.
0 commit comments