z3d1k commented on PR #108:
URL: 
https://github.com/apache/flink-connector-aws/pull/108#issuecomment-1769491974

   ### When credentials are present in repository:
   #### Workflow setup:
   ```
   ##[debug]Evaluating: secrets.FLINK_AWS_USER
   ##[debug]Evaluating Index:
   ##[debug]..Evaluating secrets:
   ##[debug]..=> Object
   ##[debug]..Evaluating String:
   ##[debug]..=> 'FLINK_AWS_USER'
   ##[debug]=> '***'
   ##[debug]Result: '***'
   ##[debug]Evaluating: secrets.FLINK_AWS_PASSWORD
   ##[debug]Evaluating Index:
   ##[debug]..Evaluating secrets:
   ##[debug]..=> Object
   ##[debug]..Evaluating String:
   ##[debug]..=> 'FLINK_AWS_PASSWORD'
   ##[debug]=> '***'
   ##[debug]Result: '***'
   ##[debug]Evaluating: ((secrets.FLINK_AWS_USER != '') && 
(secrets.FLINK_AWS_PASSWORD != ''))
   ##[debug]Evaluating And:
   ##[debug]..Evaluating NotEqual:
   ##[debug]....Evaluating Index:
   ##[debug]......Evaluating secrets:
   ##[debug]......=> Object
   ##[debug]......Evaluating String:
   ##[debug]......=> 'FLINK_AWS_USER'
   ##[debug]....=> '***'
   ##[debug]....Evaluating String:
   ##[debug]....=> ''
   ##[debug]..=> true
   ##[debug]..Evaluating NotEqual:
   ##[debug]....Evaluating Index:
   ##[debug]......Evaluating secrets:
   ##[debug]......=> Object
   ##[debug]......Evaluating String:
   ##[debug]......=> 'FLINK_AWS_PASSWORD'
   ##[debug]....=> '***'
   ##[debug]....Evaluating String:
   ##[debug]....=> ''
   ##[debug]..=> true
   ##[debug]=> true
   ##[debug]Expanded: (('***' != '') && ('***' != ''))
   ##[debug]Result: true
   ```
   #### Step condition evaluation
   ```
   ##[debug]Evaluating condition for step: 'Run AWS e2e tests'
   ##[debug]Evaluating: (success() && (env.HAS_AWS_CREDS == 'true'))
   ##[debug]Evaluating And:
   ##[debug]..Evaluating success:
   ##[debug]..=> true
   ##[debug]..Evaluating Equal:
   ##[debug]....Evaluating Index:
   ##[debug]......Evaluating env:
   ##[debug]......=> Object
   ##[debug]......Evaluating String:
   ##[debug]......=> 'HAS_AWS_CREDS'
   ##[debug]....=> 'true'
   ##[debug]....Evaluating String:
   ##[debug]....=> 'true'
   ##[debug]..=> true
   ##[debug]=> true
   ##[debug]Expanded: (true && ('true' == 'true'))
   ##[debug]Result: true
   ##[debug]Starting: Run AWS e2e tests
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to