Skip to content

Commit 05e9e6a

Browse files
committed
Remove debug
1 parent 336296d commit 05e9e6a

File tree

1 file changed

+1
-6
lines changed
  • playbooks/oracle_statistics/oracle_statistics/tasks

1 file changed

+1
-6
lines changed

playbooks/oracle_statistics/oracle_statistics/tasks/main.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
---
22

3-
- debug:
4-
msg: "'{{ lookup('ansible.builtin.env', 'GITHUB_TOKEN') }}'"
5-
delegate_to: localhost
6-
become: no
7-
83
- debug:
94
msg: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"
105
delegate_to: localhost
116
become: no
127

138
- name: Test
149
shell: |
15-
echo "${GH_TOKEN}" | gh auth login --with-token
10+
# echo "${GH_TOKEN}" | gh auth login --with-token
1611
gh workflow run oracle-db-statistics.yml --ref DBA-651 -f TargetEnvironment=delius-core-dev
1712
environment:
1813
GH_TOKEN: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"

0 commit comments

Comments
 (0)