Commit c7df755e authored by priyaranjan.dr's avatar priyaranjan.dr

Update .gitlab-ci.yml

parent f069d006
Pipeline #12303 passed with stage
in 0 seconds
variables:
SAMPLEFILE_URL: gitlab-pm.knowledgelens.com/priyaranjan.dr/key_value/-/blob/master/details.txt
\ No newline at end of file
stages:
- deploy
deploy:
stage: deploy
script:
- mkdir -p pdrkl
- cd pdrkl
- touch sample.txt
- echo "name=ranjan" >> sample.txt
- cat sample.txt
- sed -i 's/ranjan/priyaranjan/g' sample.txt
- cat sample.txt
- pwd
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment