Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 14 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
version: 2.1

orbs:
win: circleci/[email protected]
jobs:
build:
docker:
- image: cimg/base:2020.01
environment:
AWS_ACCESS_KEY_ID: TESTING_ENV
executor: win/server-2022
steps:
- checkout
- run: echo 'export listall="ls -a"' >> $BASH_ENV
# - run: echo 'export AWS_ACCESS_KEY_ID=TESTING_ENV' >> $BASH_ENV
- run: echo ${AWS_ACCESS_KEY_ID}


# - run: Write-Host 'Hello, Windows'
# - run: $svcFile="something"
# - run: $env:svcFile
# - run: echo $svcFile
- run: setx APP_VERSION "test"
- run: $env:APP_VERSION
workflows:
version: 2
my_workflow:
my-workflow:
jobs:
- build:
filters:
tags:
only: /^v.*/





#test
- build